sync.poolLocalInternal.private (field)
7 uses
sync (current package)
pool.go#L68: private any // Can be used only by the respective P.
pool.go#L112: if l.private == nil {
pool.go#L113: l.private = x
pool.go#L136: x := l.private
pool.go#L137: l.private = nil
pool.go#L181: if x := l.private; x != nil {
pool.go#L182: l.private = nil
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |